Skip to main content
POST
/
api
/
v1
/
sessions
/
{session_id}
/
insights
/
configs
/
generate
Error
A valid request URL is required to generate request examples
{
  "summary_prompt": "<string>",
  "name": "<string>",
  "attribute_schemas": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Path Parameters

session_id
string<uuid>
required

Body

application/json

Request to auto-generate a clustering job config.

user_context
User Context · object
required
model
enum<string>
default:openai
Available options:
openai,
anthropic
cluster_model
string | null
summary_model
string | null

Response

Successful Response

Auto-generated clustering job config (not persisted; frontend creates the config).

summary_prompt
string
required
name
string | null
attribute_schemas
Attribute Schemas · object